home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / whocrashed / whocrashedSetup.exe / {app} / WhoCrashedEx.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Text File  |  2012-11-05  |  5KB  |  204 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Options ..'
  6.   ClientHeight = 350
  7.   ClientWidth = 451
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 321
  22.     Width = 451
  23.     Height = 29
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     OnDblClick = Panel1DblClick
  27.     object ButtonOK: TBitBtn
  28.       Left = 4
  29.       Top = 2
  30.       Width = 79
  31.       Height = 25
  32.       Hint = 'Start protecting files'
  33.       Caption = 'OK'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       NumGlyphs = 2
  40.       ParentFont = False
  41.       Style = bsNew
  42.       TabOrder = 0
  43.       OnClick = ButtonOKClick
  44.     end
  45.     object ButtonCancel: TBitBtn
  46.       Left = 88
  47.       Top = 2
  48.       Width = 79
  49.       Height = 25
  50.       Hint = 'Stop protecting files'
  51.       Caption = 'Cancel'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -11
  55.       Font.Name = 'Arial'
  56.       Font.Style = [fsBold]
  57.       NumGlyphs = 2
  58.       ParentFont = False
  59.       Style = bsNew
  60.       TabOrder = 1
  61.       OnClick = ButtonCancelClick
  62.     end
  63.     object ButtonApply: TBitBtn
  64.       Left = 172
  65.       Top = 2
  66.       Width = 79
  67.       Height = 25
  68.       Caption = '&Apply'
  69.       Enabled = False
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'Arial'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.       Style = bsNew
  77.       TabOrder = 2
  78.       OnClick = ButtonApplyClick
  79.     end
  80.     object buttonHelp: TButton
  81.       Left = 366
  82.       Top = 2
  83.       Width = 81
  84.       Height = 25
  85.       Caption = '&Help'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clWindowText
  88.       Font.Height = -11
  89.       Font.Name = 'Arial'
  90.       Font.Style = [fsBold]
  91.       ImageAlignment = iaRight
  92.       ImageIndex = 9
  93.       ImageMargins.Right = 10
  94.       Images = MainForm.ImageListMenu
  95.       ModalResult = 9
  96.       ParentFont = False
  97.       TabOrder = 3
  98.       OnClick = buttonHelpClick
  99.     end
  100.   end
  101.   object PageControlOptions: TPageControl
  102.     Left = 0
  103.     Top = 0
  104.     Width = 451
  105.     Height = 321
  106.     ActivePage = TabSheet1
  107.     Align = alClient
  108.     TabOrder = 1
  109.     object TabSheetMain: TTabSheet
  110.       Caption = 'Main'
  111.       ExplicitLeft = 0
  112.       ExplicitTop = 0
  113.       ExplicitWidth = 0
  114.       ExplicitHeight = 0
  115.       object Label3: TLabel
  116.         Left = 16
  117.         Top = 69
  118.         Width = 293
  119.         Height = 13
  120.         Caption = 'Maximum number of displayed analysis reports: (0 = no llimit)'
  121.       end
  122.       object CheckBoxLocalTime: TCheckBox
  123.         Left = 16
  124.         Top = 20
  125.         Width = 397
  126.         Height = 17
  127.         Caption = 'Display crash dump timestamps in local time instead of GMT'
  128.         TabOrder = 0
  129.         OnClick = CheckBoxLocalTimeClick
  130.       end
  131.       object spinEditMaxReports: TRspSpinEdit
  132.         Left = 16
  133.         Top = 88
  134.         Width = 121
  135.         Height = 22
  136.         Base = 10
  137.         MaxValue = 1000000
  138.         MinValue = 0
  139.         MinDigits = 0
  140.         TabOrder = 1
  141.         Value = 15
  142.         WrapValue = False
  143.         OnChange = spinEditMaxReportsChange
  144.       end
  145.     end
  146.     object TabSheet1: TTabSheet
  147.       Caption = '&Symbols'
  148.       ImageIndex = 1
  149.       object Label1: TLabel
  150.         Left = 16
  151.         Top = 77
  152.         Width = 119
  153.         Height = 13
  154.         Caption = 'Local Symbol Store path:'
  155.       end
  156.       object Label2: TLabel
  157.         Left = 16
  158.         Top = 149
  159.         Width = 95
  160.         Height = 13
  161.         Caption = 'Symbol Server URL:'
  162.       end
  163.       object checkBoxEnableSymbolResolution: TCheckBox
  164.         Left = 16
  165.         Top = 20
  166.         Width = 329
  167.         Height = 17
  168.         Caption = 'Enable symbol resolution '
  169.         Checked = True
  170.         State = cbChecked
  171.         TabOrder = 0
  172.         OnClick = checkBoxEnableSymbolResolutionClick
  173.       end
  174.       object CheckBoxDownloadSymbols: TCheckBox
  175.         Left = 16
  176.         Top = 43
  177.         Width = 329
  178.         Height = 17
  179.         Caption = 'Download missing symbols from symbol server'
  180.         Checked = True
  181.         State = cbChecked
  182.         TabOrder = 1
  183.         OnClick = CheckBoxDownloadSymbolsClick
  184.       end
  185.       object ComboBoxSymbolStore: TComboBox
  186.         Left = 16
  187.         Top = 96
  188.         Width = 409
  189.         Height = 21
  190.         TabOrder = 2
  191.         OnChange = ComboBoxSymbolStoreChange
  192.       end
  193.       object ComboBoxSymbolServer: TComboBox
  194.         Left = 16
  195.         Top = 168
  196.         Width = 409
  197.         Height = 21
  198.         TabOrder = 3
  199.         OnChange = ComboBoxSymbolServerChange
  200.       end
  201.     end
  202.   end
  203. end
  204.